Welcome![Sign In][Sign Up]
Location:
Search - delphi ocx

Search list

[Multimedia programVOD控件 V2.8 OCX版

Description: 控件,是用DELPHI中的VOD控件-control is the use of the DELPHI VOD Controls
Platform: | Size: 846578 | Author: 江智勇 | Hits:

[Multimedia programVOD控件 V2.8 OCX版

Description: 控件,是用DELPHI中的VOD控件-control is the use of the DELPHI VOD Controls
Platform: | Size: 845824 | Author: 江智勇 | Hits:

[Delphi VCLscriptrr

Description: 如何使用MS Script OCX控件的例子-how to use MS Script OCX controls example
Platform: | Size: 19456 | Author: 陈明忠 | Hits:

[SMSDelphi 7.0短信收发

Description: 使用SMSControl串口收发短信 - 特别提示!!由于本控件使用了微软公司的COMM32.OCX,所以用户在自己程序分发时,除了要分发本控件外,还要包括MSCOMM32.OCX。-SMSControl serial transceivers use SMS-special hints! ! As a result of the controls use a Microsoft COMM32.OCX, so users circulated in their own procedures, in addition to copies of the controls, but also includes MSCOMM32.OCX.
Platform: | Size: 10240 | Author: 牛凯 | Hits:

[Static controlsmsdemo_delphi

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions
Platform: | Size: 206848 | Author: 伟哥 | Hits:

[Delphi VCLMSCOMM32.OCX

Description: 串口编程控件MSCOMM32.OCX mscomm32.ocx是微软提供的串口通讯开发控件。支持串口通讯的软件大部分都是使用这个控件来实现串口通讯功能的。 安装方法:请您把它复制到系统目录下,对于windows9x系列(win95、win98、winme)是x:\windows\system\,对于 windowsNT、windows2000、windowsXP系列是x:\winnt\system32\。然后打开一个命令行提示符窗口(MSDOS方式窗口), 用"cd x:\windows\system\"命令或者"cd x:\winnt\system32\"切换到系统目录下,再执行"regsvr32 mscomm32.ocx"这个命令。 -MSCOMM32.OCX mscomm32.ocx control is provided by Microsoft Serial communications development controls. Support serial communication software is used most of the controls to achieve serial communications capability. Installation Method : Would you please copy it to the system directory, windows9x Series (win95. win98, WINME) x : \ windows \ system \. for Windows NT, by Windows, windowsXP series of x : \ winnt \ system32 \. Then open a command line prompt window (MSDOS mode window), "cd x : \ windows \ system \ "orders or" cd x : \ winnt \ system32 \ "switched to the system directory, further implementation of the "typing mscomm32.ocx" This order.
Platform: | Size: 46080 | Author: guli | Hits:

[Com PortRedSky_SMS

Description: 多线程发送和接收短信,发送成功和失败都有返回结果。支持群发,是目前网络上功能最强大的免费短信收发控件。ocx格式,d6开发。-Multi-thread to send and receive text messages, send success and failure have to return the results. Support the mass, is currently the network s most powerful free text messages to send and receive control. ocx format, d6 development.
Platform: | Size: 1242112 | Author: 郭秀双 | Hits:

[Otherocx

Description: delphi常用OCX控件,包括delphi编程常用大多数控件-delphi common OCX controls, including the most commonly used controls delphi programming
Platform: | Size: 4786176 | Author: xueli | Hits:

[Internet-Networkdemo

Description: ocx函数和事件函数的调用,写得简单 可以作为参考-ocx functions and events function to be called can be as simple as a reference
Platform: | Size: 447488 | Author: season | Hits:

[Delphi VCLszqmexample

Description: 利用delphi OCX实现网页签名提取功能,-Delphi OCX use to achieve the signature page extraction functions,
Platform: | Size: 862208 | Author: 望月 | Hits:

[Crack HackDelphi

Description: VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visual Basic (native) Virtual Pascal 支持的文件类型(32 位和 64 位): EXE DLL BPL OCX SYS 支持的操作系统: Windows 95/98 Windows ME Windows NT Windows 2000 Windows XP Windows 2003 Windows Vista -标准类 TObject = class constructor Create procedure Free end TPersistent = class(TObject) procedure Assign(Source: TPersistent) end TStrings = class(TPersistent) function Add(S: String): Integer procedure Append(S: String) procedure AddStrings(Strings: TStrings) procedure Clear procedure Delete(Index: Integer) function IndexOf(const S: String): Integer procedure Insert(Index: Integer S: String) procedure LoadFromFile(FileName: String) procedure SaveToFile(FileName: String) property Count: Integer read property Text: String read write property CommaText: String read write property Strings[Index: Integer]: String read write property Objects[Index: Integer]: TObject read write end TDuplicates = (dupIgnore, dupAccept, dupError) TNotifyEvent = procedure(Sender: TObject) TStringList = class(TStrings) function Find(S: String var Index: Integer): Boolean procedure Sort property Duplicates:
Platform: | Size: 4096 | Author: cxzhack | Hits:

[Home Personal applicationticket

Description: delphi ocx sample ticket print
Platform: | Size: 234496 | Author: redmr | Hits:

[Windows Developa

Description: ocx插件,用于通过socket与上层程序进行通讯,并能保存通信的内容-ocx plug-in for the procedure through the socket and the upper communication, and can save the content of the communication
Platform: | Size: 448512 | Author: aaa | Hits:

[Graph Recognizedelphi

Description: Delphi开发的图像文字识别,采用OCX控件,希望对大家有所启发。-Delphi Developer' s image character recognition, using OCX controls, we hope to inspire.
Platform: | Size: 320512 | Author: zhengzhou | Hits:

[Multimedia Developpdf-OCX

Description: 点量PDF阅读控件OCX、DLL两种版本-Point of PDF reading control OCX, DLL versions
Platform: | Size: 4340736 | Author: JOHN | Hits:

[ActiveX/DCOM/ATLreg-ocx

Description: 注册ocx dll文件的工具 非常方便-Tools registered ocx dll files is very convenient
Platform: | Size: 5120 | Author: 周华金 | Hits:

[Delphi VCLdelphi-Sdk3000-ocx

Description: 天敏sdk3000采集卡 Delphi 用的ocx控件源码,控件可以调节采集卡亮度、采集图像、录制视频等工作。适合医院影像存储采集工作站Delphi开发。压缩包中包含了完整的ocx源码。--TianMin sdk3000 acquisition card with Delphi, control the source control ocx can adjust the acquisition card brightness, acquisition, image recording video, etc. Suitable for hospital image storage acquisition station Delphi development. Compressed package contains a complete ocx the source code.
Platform: | Size: 900096 | Author: 商超 | Hits:

[ActiveX/DCOM/ATLOCX_and_JS_mutually

Description: delphi编写的ACTIVEX控件与页面JS脚本交互的例子-delphi written ACTIVEX control interaction with the example of JS script page
Platform: | Size: 498688 | Author: lt2000 | Hits:

[Delphi VCLDelphi中Ocx的动态注册方法

Description: Delphi中Ocx的动态注册方法 只要将以上处改为DllUnRegisterServer即不注册ActiveX控件(Dynamic registration method of Ocx in Delphi)
Platform: | Size: 20480 | Author: natrue | Hits:

[Delphi VCL自动注册OCX

Description: delphi 7 自动注册OCX COM组件的自动安装与卸载(Delphi 7 automatically registers the automatic installation and uninstall of OCX COM components)
Platform: | Size: 518144 | Author: Walcott | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net